body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.navbar {
  background-color: #ffffff;
  color: #002896;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}

.logo-text {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.social-links-nav{
  margin-left: 10px;
  padding: 10px;
}
/* ايقوز سوشيال الناف */

.social-links-nav ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.social-links-nav ul li a:hover{
  color: #ffffff;
  padding-left: 8px;
}
.social-links-nav a{
  display: inline-block;
  height: 37px;
  width: 20px;
  background-color: rgba(255,255,255,0.2);
  margin:0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #24262b;
  transition: all 0.5s ease;
}
.social-links-nav a:hover{
  color: #ffffff;
  background-color: #24262b;
}

.social-links-nav a i{
  padding: 5px;
}

.links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.links a {
  color: #002896;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.links a:hover {
  color: #002896;
}

.menu-icon {
  display: none;
  cursor: pointer;
  color: #002896;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 10px 0;
    border: 1px;
    border-radius: 8px;
}
  }
  .links a {
    margin: 10px 20px;
  }
  .menu-icon {
    display: block;
  }
/* ************* المنتج ******************* */

.product-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../img/image_res.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(10px);
  z-index: -1;
}


.product-card {
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.product-card .button-price{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 28px;
}
.product-image {
  max-width: 100%;
  width: 50%;
  height: auto;
  border-radius: 10px;
  margin-left: 24%;
  margin-top: 23px;
  margin-bottom: -55px;
}

.product-details {
  padding: 10px;
  margin-top: 20px;
  text-align: left;
}
.product-details h2{
  text-align: center;
}

.color-options {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.color-option {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}



.button-price {
  display: flex;
  justify-content: center;
}

.button {
  width: 320px;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.button:hover{
  background-color: #002896;
  color: #ffffff;
}
.span-guar{
  width: 280px;
  height: 20px;
  padding: 10px 20px;
  background-color: #2e2e2e;
  color: white;
  border: none;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
}
#details{
  font-weight: bold;
  font-size: large;
}
#price {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 20px;
}

.buying{
  display: flex;
  justify-content: center;
}
.Buy{
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
}

/* ************* الكروت ****************** */
.products-section1 {
  padding: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8); /* لون خلفية فاتح */
}

.product-card1 {
  display: inline-block;
  width: calc(33.33% - 20px);
  margin: 10px;
  border: 1px solid #007bff;
  padding: 38px;
  border-radius: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: transform 0.3s;
}

.product-card1:hover {
  transform: scale(1.05); /* تكبير الكرت عند التمرير */
}

.product-title1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  color: #007bff; /* لون أزرق للنص */
}

.product-price1 {
  font-size: 18px;
  color: #007bff; /* لون أزرق */
  margin-top: 5px;
}

/* تنسيق الكروت في عرض الأجهزة الصغيرة */
@media (max-width: 768px) {
  .product-card1 {
      width: calc(50% - 20px); /* للأجهزة الصغيرة: كرتين في الصف الثاني */
  }
  .product-image {
    max-width: 100%;
    width: 94%;
    height: auto;
    border-radius: 10px;
    margin-left: 0%;
    margin-top: 23px;
    margin-bottom: -35px;
  }
}
  /* Footer */

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.container{
max-width: 1170px;
margin:auto;
}
.row{
display: flex;
flex-wrap: wrap;
}
ul{
list-style: none;
}
.footer{
background-color: #24262b;
  padding: 70px 0;
}
.footer-col{
 width: 25%;
 padding: 0 15px;
}
.footer-col h4{
font-size: 18px;
color: #ffffff;
text-transform: capitalize;
margin-bottom: 35px;
font-weight: 500;
position: relative;
}
.footer-col h4::before{
content: '';
position: absolute;
left:0;
bottom: -10px;
background-color: #1014ff;
height: 2px;
box-sizing: border-box;
width: 50px;
}
.footer-col ul li:not(:last-child){
margin-bottom: 10px;
}
.footer-col ul li a{
font-size: 16px;
text-transform: capitalize;
color: #ffffff;
text-decoration: none;
font-weight: 300;
color: #bbbbbb;
display: block;
transition: all 0.3s ease;
}
.footer-col ul li a:hover{
color: #ffffff;
padding-left: 8px;
}
.footer-col .social-links a{
display: inline-block;
height: 40px;
width: 40px;
background-color: rgba(255,255,255,0.2);
margin:0 10px 10px 0;
text-align: center;
line-height: 40px;
border-radius: 50%;
color: #ffffff;
transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
color: #24262b;
background-color: #ffffff;
}

/* المنتج */





/*responsive*/
@media(max-width: 767px){
.footer-col{
  width: 50%;
  margin-bottom: 30px;
}
}
@media(max-width: 574px){
.footer-col{
  width: 100%;
}
}



